Html Css Color HEX #CB7DDD Orchid

📋 copy color: '#CB7DDD'

red 203 ◦ green 125 ◦ blue 221

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

Shades of Orchid #CB7DDD

Tints of Orchid #CB7DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 36.98%
G = 22.77%
B = 40.26%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB7DDD (or 0xCB7DDD) is known color: Orchid. HEX triplet: CB, 7D and DD. RGB value is (203,125,221). Sum of RGB (Red+Green+Blue) = 203+125+221=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DDD is #348222. Grayscale: #9E9E9E. Windows color (decimal): -3441187 or 14515659. OLE color: 14515659.

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

Color convert

RGB 203 125 221 -
CMYK 0.08 0.43 0 0.13
HSL 288.75º 0.59% 0.68% -
HSV(B) 288.75º 0.43% 0.87% -
XYZ 45.01 32.58 72.32 -
YUV 159.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 203 125 221 0.08 0.43 0 0.13 288.75 0.59 0.68
Hex CB 7D DD 8 2B 0 D 121 3B 44
Octal 313 175 335 10 53 0 15 441 73 104
Binary 11001011 1111101 11011101 1000 101011 0 1101 100100001 111011 1000100

Color Harmonies of #CB7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7DDD

Black with #CB7DDD

Text Example


Text Example

White with #CB7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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