Html Css Color HEX #CB6BCC Orchid

📋 copy color: '#CB6BCC'

red 203 ◦ green 107 ◦ blue 204

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

Shades of Orchid #CB6BCC

Tints of Orchid #CB6BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 39.49%
G = 20.82%
B = 39.69%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB6BCC (or 0xCB6BCC) is known color: Orchid. HEX triplet: CB, 6B and CC. RGB value is (203,107,204). Sum of RGB (Red+Green+Blue) = 203+107+204=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BCC is #349433. Grayscale: #929292. Windows color (decimal): -3445812 or 13396939. OLE color: 13396939.

HSL color Cylindrical-coordinate representation of color #CB6BCC: hue angle of 299.38º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6BCC is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 107 204 -
CMYK 0.00 0.48 0 0.2
HSL 299.38º 0.49% 0.61% -
HSV(B) 299.38º 0.48% 0.8% -
XYZ 40.79 27.57 60.3 -
YUV 146.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 203 107 204 0.00 0.48 0 0.2 299.38 0.49 0.61
Hex CB 6B CC 0 30 0 14 12B 31 3D
Octal 313 153 314 0 60 0 24 453 61 75
Binary 11001011 1101011 11001100 0 110000 0 10100 100101011 110001 111101

Color Harmonies of #CB6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BCC

Black with #CB6BCC

Text Example


Text Example

White with #CB6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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