Html Css Color HEX #CB6DCB Orchid

📋 copy color: '#CB6DCB'

red 203 ◦ green 109 ◦ blue 203

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

Shades of Orchid #CB6DCB

Tints of Orchid #CB6DCB

RGB

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

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

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

R = 39.42%
G = 21.17%
B = 39.42%

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

#CB6DCB (or 0xCB6DCB) is known color: Orchid. HEX triplet: CB, 6D and CB. RGB value is (203,109,203). Sum of RGB (Red+Green+Blue) = 203+109+203=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DCB is #349234. Grayscale: #939393. Windows color (decimal): -3445301 or 13331915. OLE color: 13331915.

HSL color Cylindrical-coordinate representation of color #CB6DCB: 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 #CB6DCB is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 109 203 -
CMYK 0 0.46 0 0.20
HSL 300º 0.47% 0.61% -
HSV(B) 300º 0.46% 0.8% -
XYZ 40.88 27.95 59.74 -
YUV 147.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 203 109 203 0 0.46 0 0.20 300 0.47 0.61
Hex CB 6D CB 0 2E 0 14 12C 2F 3D
Octal 313 155 313 0 56 0 24 454 57 75
Binary 11001011 1101101 11001011 0 101110 0 10100 100101100 101111 111101

Color Harmonies of #CB6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DCB

Black with #CB6DCB

Text Example


Text Example

White with #CB6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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