Html Css Color HEX #CF6CBB Orchid

📋 copy color: '#CF6CBB'

red 207 ◦ green 108 ◦ blue 187

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

Shades of Orchid #CF6CBB

Tints of Orchid #CF6CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 41.24%
G = 21.51%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF6CBB (or 0xCF6CBB) is known color: Orchid. HEX triplet: CF, 6C and BB. RGB value is (207,108,187). Sum of RGB (Red+Green+Blue) = 207+108+187=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CBB is #309344. Grayscale: #929292. Windows color (decimal): -3183429 or 12283087. OLE color: 12283087.

HSL color Cylindrical-coordinate representation of color #CF6CBB: hue angle of 312.12º 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 #CF6CBB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 187 -
CMYK 0 0.48 0.10 0.19
HSL 312.12º 0.51% 0.62% -
HSV(B) 312.12º 0.48% 0.81% -
XYZ 40.06 27.58 50.23 -
YUV 146.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 207 108 187 0 0.48 0.10 0.19 312.12 0.51 0.62
Hex CF 6C BB 0 30 A 13 138 33 3E
Octal 317 154 273 0 60 12 23 470 63 76
Binary 11001111 1101100 10111011 0 110000 1010 10011 100111000 110011 111110

Color Harmonies of #CF6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CBB

Black with #CF6CBB

Text Example


Text Example

White with #CF6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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