Html Css Color HEX #CF6CC9 Orchid

📋 copy color: '#CF6CC9'

red 207 ◦ green 108 ◦ blue 201

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

Shades of Orchid #CF6CC9

Tints of Orchid #CF6CC9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.93%

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

R = 40.12%
G = 20.93%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF6CC9 (or 0xCF6CC9) is known color: Orchid. HEX triplet: CF, 6C and C9. RGB value is (207,108,201). Sum of RGB (Red+Green+Blue) = 207+108+201=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CC9 is #309336. Grayscale: #939393. Windows color (decimal): -3183415 or 13200591. OLE color: 13200591.

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

Color convert

RGB 207 108 201 -
CMYK 0 0.48 0.03 0.19
HSL 303.64º 0.51% 0.62% -
HSV(B) 303.64º 0.48% 0.81% -
XYZ 41.64 28.21 58.51 -
YUV 148.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 207 108 201 0 0.48 0.03 0.19 303.64 0.51 0.62
Hex CF 6C C9 0 30 3 13 130 33 3E
Octal 317 154 311 0 60 3 23 460 63 76
Binary 11001111 1101100 11001001 0 110000 11 10011 100110000 110011 111110

Color Harmonies of #CF6CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CC9

Black with #CF6CC9

Text Example


Text Example

White with #CF6CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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