Html Css Color HEX #CF6EBB Orchid

📋 copy color: '#CF6EBB'

red 207 ◦ green 110 ◦ blue 187

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

Shades of Orchid #CF6EBB

Tints of Orchid #CF6EBB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.83%

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

R = 41.07%
G = 21.83%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF6EBB (or 0xCF6EBB) is known color: Orchid. HEX triplet: CF, 6E and BB. RGB value is (207,110,187). Sum of RGB (Red+Green+Blue) = 207+110+187=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EBB is #309144. Grayscale: #939393. Windows color (decimal): -3182917 or 12283599. OLE color: 12283599.

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

Color convert

RGB 207 110 187 -
CMYK 0 0.47 0.10 0.19
HSL 312.37º 0.5% 0.62% -
HSV(B) 312.37º 0.47% 0.81% -
XYZ 40.28 28.01 50.3 -
YUV 147.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 207 110 187 0 0.47 0.10 0.19 312.37 0.5 0.62
Hex CF 6E BB 0 2F A 13 138 32 3E
Octal 317 156 273 0 57 12 23 470 62 76
Binary 11001111 1101110 10111011 0 101111 1010 10011 100111000 110010 111110

Color Harmonies of #CF6EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EBB

Black with #CF6EBB

Text Example


Text Example

White with #CF6EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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