Html Css Color HEX #CB6BCF Orchid

📋 copy color: '#CB6BCF'

red 203 ◦ green 107 ◦ blue 207

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

Shades of Orchid #CB6BCF

Tints of Orchid #CB6BCF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 203 107 207 -
CMYK 0.02 0.48 0 0.19
HSL 297.6º 0.51% 0.62% -
HSV(B) 297.6º 0.48% 0.81% -
XYZ 41.15 27.72 62.21 -
YUV 147.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 203 107 207 0.02 0.48 0 0.19 297.6 0.51 0.62
Hex CB 6B CF 2 30 0 13 12A 33 3E
Octal 313 153 317 2 60 0 23 452 63 76
Binary 11001011 1101011 11001111 10 110000 0 10011 100101010 110011 111110

Color Harmonies of #CB6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BCF

Black with #CB6BCF

Text Example


Text Example

White with #CB6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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