Html Css Color HEX #CB6DCE Orchid

📋 copy color: '#CB6DCE'

red 203 ◦ green 109 ◦ blue 206

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

Shades of Orchid #CB6DCE

Tints of Orchid #CB6DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.04%

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 39.19%
G = 21.04%
B = 39.77%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB6DCE (or 0xCB6DCE) is known color: Orchid. HEX triplet: CB, 6D and CE. RGB value is (203,109,206). Sum of RGB (Red+Green+Blue) = 203+109+206=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DCE is #349231. Grayscale: #939393. Windows color (decimal): -3445298 or 13528523. OLE color: 13528523.

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

Color convert

RGB 203 109 206 -
CMYK 0.01 0.47 0 0.19
HSL 298.14º 0.5% 0.62% -
HSV(B) 298.14º 0.47% 0.81% -
XYZ 41.24 28.09 61.64 -
YUV 148.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 203 109 206 0.01 0.47 0 0.19 298.14 0.5 0.62
Hex CB 6D CE 1 2F 0 13 12A 32 3E
Octal 313 155 316 1 57 0 23 452 62 76
Binary 11001011 1101101 11001110 1 101111 0 10011 100101010 110010 111110

Color Harmonies of #CB6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DCE

Black with #CB6DCE

Text Example


Text Example

White with #CB6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DCE; }

 p { color: rgb(203,109,206); }

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

background-color css

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

 a { background-color: rgb(203,109,206); }

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

border-color css

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

 span { border-color: rgb(203,109,206); }

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