Html Css Color HEX #CF6AC9 Orchid

📋 copy color: '#CF6AC9'

red 207 ◦ green 106 ◦ blue 201

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

Shades of Orchid #CF6AC9

Tints of Orchid #CF6AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.62%

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 40.27%
G = 20.62%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF6AC9 (or 0xCF6AC9) is known color: Orchid. HEX triplet: CF, 6A and C9. RGB value is (207,106,201). Sum of RGB (Red+Green+Blue) = 207+106+201=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AC9 is #309536. Grayscale: #929292. Windows color (decimal): -3183927 or 13200079. OLE color: 13200079.

HSL color Cylindrical-coordinate representation of color #CF6AC9: hue angle of 303.56º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6AC9 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 201 -
CMYK 0 0.49 0.03 0.19
HSL 303.56º 0.51% 0.61% -
HSV(B) 303.56º 0.49% 0.81% -
XYZ 41.43 27.79 58.44 -
YUV 147.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 207 106 201 0 0.49 0.03 0.19 303.56 0.51 0.61
Hex CF 6A C9 0 31 3 13 130 33 3D
Octal 317 152 311 0 61 3 23 460 63 75
Binary 11001111 1101010 11001001 0 110001 11 10011 100110000 110011 111101

Color Harmonies of #CF6AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AC9

Black with #CF6AC9

Text Example


Text Example

White with #CF6AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AC9; }

 p { color: rgb(207,106,201); }

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

background-color css

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

 a { background-color: rgb(207,106,201); }

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

border-color css

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

 span { border-color: rgb(207,106,201); }

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