Html Css Color HEX #CB6DCD Orchid

📋 copy color: '#CB6DCD'

red 203 ◦ green 109 ◦ blue 205

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

Shades of Orchid #CB6DCD

Tints of Orchid #CB6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 39.26%
G = 21.08%
B = 39.65%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB6DCD (or 0xCB6DCD) is known color: Orchid. HEX triplet: CB, 6D and CD. RGB value is (203,109,205). Sum of RGB (Red+Green+Blue) = 203+109+205=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DCD is #349232. Grayscale: #939393. Windows color (decimal): -3445299 or 13462987. OLE color: 13462987.

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

Color convert

RGB 203 109 205 -
CMYK 0.01 0.47 0 0.20
HSL 298.75º 0.49% 0.62% -
HSV(B) 298.75º 0.47% 0.8% -
XYZ 41.12 28.04 61 -
YUV 148.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 203 109 205 0.01 0.47 0 0.20 298.75 0.49 0.62
Hex CB 6D CD 1 2F 0 14 12B 31 3E
Octal 313 155 315 1 57 0 24 453 61 76
Binary 11001011 1101101 11001101 1 101111 0 10100 100101011 110001 111110

Color Harmonies of #CB6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DCD

Black with #CB6DCD

Text Example


Text Example

White with #CB6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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