Html Css Color HEX #CD7DDB Orchid

📋 copy color: '#CD7DDB'

red 205 ◦ green 125 ◦ blue 219

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

Shades of Orchid #CD7DDB

Tints of Orchid #CD7DDB

RGB

 RED value IS 205 (80.47% from 255) = 37.34%

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 37.34%
G = 22.77%
B = 39.89%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD7DDB (or 0xCD7DDB) is known color: Orchid. HEX triplet: CD, 7D and DB. RGB value is (205,125,219). Sum of RGB (Red+Green+Blue) = 205+125+219=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DDB is #328224. Grayscale: #9F9F9F. Windows color (decimal): -3310117 or 14384589. OLE color: 14384589.

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

Color convert

RGB 205 125 219 -
CMYK 0.06 0.43 0 0.14
HSL 291.06º 0.57% 0.67% -
HSV(B) 291.06º 0.43% 0.86% -
XYZ 45.3 32.76 70.95 -
YUV 159.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 205 125 219 0.06 0.43 0 0.14 291.06 0.57 0.67
Hex CD 7D DB 6 2B 0 E 123 39 43
Octal 315 175 333 6 53 0 16 443 71 103
Binary 11001101 1111101 11011011 110 101011 0 1110 100100011 111001 1000011

Color Harmonies of #CD7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7DDB

Black with #CD7DDB

Text Example


Text Example

White with #CD7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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