Html Css Color HEX #CB6ECE Orchid

📋 copy color: '#CB6ECE'

red 203 ◦ green 110 ◦ blue 206

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

Shades of Orchid #CB6ECE

Tints of Orchid #CB6ECE

RGB

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

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

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

R = 39.11%
G = 21.19%
B = 39.69%

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

#CB6ECE (or 0xCB6ECE) is known color: Orchid. HEX triplet: CB, 6E and CE. RGB value is (203,110,206). Sum of RGB (Red+Green+Blue) = 203+110+206=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ECE is #349131. Grayscale: #949494. Windows color (decimal): -3445042 or 13528779. OLE color: 13528779.

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

Color convert

RGB 203 110 206 -
CMYK 0.01 0.47 0 0.19
HSL 298.13º 0.49% 0.62% -
HSV(B) 298.13º 0.47% 0.81% -
XYZ 41.35 28.3 61.68 -
YUV 148.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 203 110 206 0.01 0.47 0 0.19 298.13 0.49 0.62
Hex CB 6E CE 1 2F 0 13 12A 31 3E
Octal 313 156 316 1 57 0 23 452 61 76
Binary 11001011 1101110 11001110 1 101111 0 10011 100101010 110001 111110

Color Harmonies of #CB6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6ECE

Black with #CB6ECE

Text Example


Text Example

White with #CB6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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