Html Css Color HEX #CB6DD0 Orchid

📋 copy color: '#CB6DD0'

red 203 ◦ green 109 ◦ blue 208

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

Shades of Orchid #CB6DD0

Tints of Orchid #CB6DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40%

R = 39.04%
G = 20.96%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB6DD0 (or 0xCB6DD0) is known color: Orchid. HEX triplet: CB, 6D and D0. RGB value is (203,109,208). Sum of RGB (Red+Green+Blue) = 203+109+208=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DD0 is #34922F. Grayscale: #949494. Windows color (decimal): -3445296 or 13659595. OLE color: 13659595.

HSL color Cylindrical-coordinate representation of color #CB6DD0: hue angle of 296.97º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6DD0 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 109 208 -
CMYK 0.02 0.48 0 0.18
HSL 296.97º 0.51% 0.62% -
HSV(B) 296.97º 0.48% 0.82% -
XYZ 41.48 28.19 62.93 -
YUV 148.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 203 109 208 0.02 0.48 0 0.18 296.97 0.51 0.62
Hex CB 6D D0 2 30 0 12 129 33 3E
Octal 313 155 320 2 60 0 22 451 63 76
Binary 11001011 1101101 11010000 10 110000 0 10010 100101001 110011 111110

Color Harmonies of #CB6DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DD0

Black with #CB6DD0

Text Example


Text Example

White with #CB6DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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