Html Css Color HEX #CD74DD Orchid

📋 copy color: '#CD74DD'

red 205 ◦ green 116 ◦ blue 221

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

Shades of Orchid #CD74DD

Tints of Orchid #CD74DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.4%

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

R = 37.82%
G = 21.4%
B = 40.77%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD74DD (or 0xCD74DD) is known color: Orchid. HEX triplet: CD, 74 and DD. RGB value is (205,116,221). Sum of RGB (Red+Green+Blue) = 205+116+221=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74DD is #328B22. Grayscale: #9A9A9A. Windows color (decimal): -3312419 or 14513357. OLE color: 14513357.

HSL color Cylindrical-coordinate representation of color #CD74DD: hue angle of 290.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD74DD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 116 221 -
CMYK 0.07 0.48 0 0.13
HSL 290.86º 0.61% 0.66% -
HSV(B) 290.86º 0.48% 0.87% -
XYZ 44.47 30.69 71.99 -
YUV 154.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 205 116 221 0.07 0.48 0 0.13 290.86 0.61 0.66
Hex CD 74 DD 7 30 0 D 123 3D 42
Octal 315 164 335 7 60 0 15 443 75 102
Binary 11001101 1110100 11011101 111 110000 0 1101 100100011 111101 1000010

Color Harmonies of #CD74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD74DD

Black with #CD74DD

Text Example


Text Example

White with #CD74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD74DD; }

 p { color: rgb(205,116,221); }

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

background-color css

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

 a { background-color: rgb(205,116,221); }

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

border-color css

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

 span { border-color: rgb(205,116,221); }

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