Html Css Color HEX #CB7DDC Orchid

📋 copy color: '#CB7DDC'

red 203 ◦ green 125 ◦ blue 220

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

Shades of Orchid #CB7DDC

Tints of Orchid #CB7DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.81%

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 37.04%
G = 22.81%
B = 40.15%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB7DDC (or 0xCB7DDC) is known color: Orchid. HEX triplet: CB, 7D and DC. RGB value is (203,125,220). Sum of RGB (Red+Green+Blue) = 203+125+220=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DDC is #348223. Grayscale: #9E9E9E. Windows color (decimal): -3441188 or 14450123. OLE color: 14450123.

HSL color Cylindrical-coordinate representation of color #CB7DDC: hue angle of 289.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7DDC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 125 220 -
CMYK 0.08 0.43 0 0.14
HSL 289.26º 0.58% 0.68% -
HSV(B) 289.26º 0.43% 0.86% -
XYZ 44.88 32.53 71.62 -
YUV 159.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 203 125 220 0.08 0.43 0 0.14 289.26 0.58 0.68
Hex CB 7D DC 8 2B 0 E 121 3A 44
Octal 313 175 334 10 53 0 16 441 72 104
Binary 11001011 1111101 11011100 1000 101011 0 1110 100100001 111010 1000100

Color Harmonies of #CB7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DDC

Black with #CB7DDC

Text Example


Text Example

White with #CB7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DDC; }

 p { color: rgb(203,125,220); }

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

background-color css

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

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

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

border-color css

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

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

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