Html Css Color HEX #CB7DCD Orchid

📋 copy color: '#CB7DCD'

red 203 ◦ green 125 ◦ blue 205

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

Shades of Orchid #CB7DCD

Tints of Orchid #CB7DCD

RGB

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

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

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

R = 38.09%
G = 23.45%
B = 38.46%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB7DCD (or 0xCB7DCD) is known color: Orchid. HEX triplet: CB, 7D and CD. RGB value is (203,125,205). Sum of RGB (Red+Green+Blue) = 203+125+205=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DCD is #348232. Grayscale: #9D9D9D. Windows color (decimal): -3441203 or 13467083. OLE color: 13467083.

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

Color convert

RGB 203 125 205 -
CMYK 0.01 0.39 0 0.20
HSL 298.5º 0.44% 0.65% -
HSV(B) 298.5º 0.39% 0.8% -
XYZ 42.98 31.77 61.62 -
YUV 157.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 203 125 205 0.01 0.39 0 0.20 298.5 0.44 0.65
Hex CB 7D CD 1 27 0 14 12A 2C 41
Octal 313 175 315 1 47 0 24 452 54 101
Binary 11001011 1111101 11001101 1 100111 0 10100 100101010 101100 1000001

Color Harmonies of #CB7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DCD

Black with #CB7DCD

Text Example


Text Example

White with #CB7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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