Html Css Color HEX #CB7DD1 Orchid

📋 copy color: '#CB7DD1'

red 203 ◦ green 125 ◦ blue 209

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

Shades of Orchid #CB7DD1

Tints of Orchid #CB7DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 37.8%
G = 23.28%
B = 38.92%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB7DD1 (or 0xCB7DD1) is known color: Orchid. HEX triplet: CB, 7D and D1. RGB value is (203,125,209). Sum of RGB (Red+Green+Blue) = 203+125+209=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB7DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DD1 is #34822E. Grayscale: #9D9D9D. Windows color (decimal): -3441199 or 13729227. OLE color: 13729227.

HSL color Cylindrical-coordinate representation of color #CB7DD1: hue angle of 295.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7DD1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 125 209 -
CMYK 0.03 0.40 0 0.18
HSL 295.71º 0.48% 0.65% -
HSV(B) 295.71º 0.4% 0.82% -
XYZ 43.47 31.97 64.2 -
YUV 157.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 203 125 209 0.03 0.40 0 0.18 295.71 0.48 0.65
Hex CB 7D D1 3 28 0 12 128 30 41
Octal 313 175 321 3 50 0 22 450 60 101
Binary 11001011 1111101 11010001 11 101000 0 10010 100101000 110000 1000001

Color Harmonies of #CB7DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DD1

Black with #CB7DD1

Text Example


Text Example

White with #CB7DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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