Html Css Color HEX #CF6BCB Orchid

📋 copy color: '#CF6BCB'

red 207 ◦ green 107 ◦ blue 203

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

Shades of Orchid #CF6BCB

Tints of Orchid #CF6BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 40.04%
G = 20.7%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF6BCB (or 0xCF6BCB) is known color: Orchid. HEX triplet: CF, 6B and CB. RGB value is (207,107,203). Sum of RGB (Red+Green+Blue) = 207+107+203=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BCB is #309434. Grayscale: #939393. Windows color (decimal): -3183669 or 13331407. OLE color: 13331407.

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

Color convert

RGB 207 107 203 -
CMYK 0 0.48 0.02 0.19
HSL 302.4º 0.51% 0.62% -
HSV(B) 302.4º 0.48% 0.81% -
XYZ 41.77 28.09 59.72 -
YUV 147.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 207 107 203 0 0.48 0.02 0.19 302.4 0.51 0.62
Hex CF 6B CB 0 30 2 13 12E 33 3E
Octal 317 153 313 0 60 2 23 456 63 76
Binary 11001111 1101011 11001011 0 110000 10 10011 100101110 110011 111110

Color Harmonies of #CF6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BCB

Black with #CF6BCB

Text Example


Text Example

White with #CF6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BCB; }

 p { color: rgb(207,107,203); }

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

background-color css

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

 a { background-color: rgb(207,107,203); }

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

border-color css

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

 span { border-color: rgb(207,107,203); }

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