Html Css Color HEX #CB6ECB Orchid

📋 copy color: '#CB6ECB'

red 203 ◦ green 110 ◦ blue 203

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

Shades of Orchid #CB6ECB

Tints of Orchid #CB6ECB

RGB

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

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

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

R = 39.34%
G = 21.32%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB6ECB (or 0xCB6ECB) is known color: Orchid. HEX triplet: CB, 6E and CB. RGB value is (203,110,203). Sum of RGB (Red+Green+Blue) = 203+110+203=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ECB is #349134. Grayscale: #949494. Windows color (decimal): -3445045 or 13332171. OLE color: 13332171.

HSL color Cylindrical-coordinate representation of color #CB6ECB: hue angle of 300º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6ECB is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 110 203 -
CMYK 0 0.46 0 0.20
HSL 300º 0.47% 0.61% -
HSV(B) 300º 0.46% 0.8% -
XYZ 40.98 28.16 59.78 -
YUV 148.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 203 110 203 0 0.46 0 0.20 300 0.47 0.61
Hex CB 6E CB 0 2E 0 14 12C 2F 3D
Octal 313 156 313 0 56 0 24 454 57 75
Binary 11001011 1101110 11001011 0 101110 0 10100 100101100 101111 111101

Color Harmonies of #CB6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6ECB

Black with #CB6ECB

Text Example


Text Example

White with #CB6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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