Html Css Color HEX #CD75DB Orchid

📋 copy color: '#CD75DB'

red 205 ◦ green 117 ◦ blue 219

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

Shades of Orchid #CD75DB

Tints of Orchid #CD75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.63%

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

R = 37.89%
G = 21.63%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD75DB (or 0xCD75DB) is known color: Orchid. HEX triplet: CD, 75 and DB. RGB value is (205,117,219). Sum of RGB (Red+Green+Blue) = 205+117+219=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75DB is #328A24. Grayscale: #9A9A9A. Windows color (decimal): -3312165 or 14382541. OLE color: 14382541.

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

Color convert

RGB 205 117 219 -
CMYK 0.06 0.47 0 0.14
HSL 291.76º 0.59% 0.66% -
HSV(B) 291.76º 0.47% 0.86% -
XYZ 44.32 30.82 70.63 -
YUV 154.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 205 117 219 0.06 0.47 0 0.14 291.76 0.59 0.66
Hex CD 75 DB 6 2F 0 E 124 3B 42
Octal 315 165 333 6 57 0 16 444 73 102
Binary 11001101 1110101 11011011 110 101111 0 1110 100100100 111011 1000010

Color Harmonies of #CD75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD75DB

Black with #CD75DB

Text Example


Text Example

White with #CD75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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