Html Css Color HEX #CF4AEA Medium Orchid

📋 copy color: '#CF4AEA'

red 207 ◦ green 74 ◦ blue 234

#CF4AEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CF4AEA

Tints of Medium Orchid #CF4AEA

RGB

 RED value IS 207 (81.25% from 255) = 40.19%

 GREEN value IS 74 (29.3% from 255) = 14.37%

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 40.19%
G = 14.37%
B = 45.44%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF4AEA (or 0xCF4AEA) is known color: Medium Orchid. HEX triplet: CF, 4A and EA. RGB value is (207,74,234). Sum of RGB (Red+Green+Blue) = 207+74+234=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AEA is #30B515. Grayscale: #838383. Windows color (decimal): -3192086 or 15354575. OLE color: 15354575.

HSL color Cylindrical-coordinate representation of color #CF4AEA: hue angle of 289.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4AEA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 74 234 -
CMYK 0.12 0.68 0 0.08
HSL 289.88º 0.79% 0.6% -
HSV(B) 289.88º 0.68% 0.92% -
XYZ 43.03 24.1 80.23 -
YUV 132.01 185.56 181.49 -
System Red Green Blue C M Y K H S L
Decimal 207 74 234 0.12 0.68 0 0.08 289.88 0.79 0.6
Hex CF 4A EA C 44 0 8 122 4F 3C
Octal 317 112 352 14 104 0 10 442 117 74
Binary 11001111 1001010 11101010 1100 1000100 0 1000 100100010 1001111 111100

Color Harmonies of #CF4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AEA

Black with #CF4AEA

Text Example


Text Example

White with #CF4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AEA; }

 p { color: rgb(207,74,234); }

 H1.HeaderClassName
 {
   color: #CF4AEA;
 }
 .AnyTagClassName
 {
   color: #CF4AEA;
 }
</style>

background-color css

<style>
 a { background-color: #CF4AEA; }

 a { background-color: rgb(207,74,234); }

 div.DivClassName
 {
   background-color: #CF4AEA;
 }
 .BgClassName
 {
   background-color: #CF4AEA;
 }
</style>

border-color css

<style>
 span { border-color: #CF4AEA; }

 span { border-color: rgb(207,74,234); }

 td.TdClassName
 {
   border-color: #CF4AEA;
 }
 .TagClassName
 {
   border-color: #CF4AEA;
 }
</style>