Html Css Color HEX #CD76DD Orchid

📋 copy color: '#CD76DD'

red 205 ◦ green 118 ◦ blue 221

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

Shades of Orchid #CD76DD

Tints of Orchid #CD76DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.69%

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

R = 37.68%
G = 21.69%
B = 40.63%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD76DD (or 0xCD76DD) is known color: Orchid. HEX triplet: CD, 76 and DD. RGB value is (205,118,221). Sum of RGB (Red+Green+Blue) = 205+118+221=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76DD is #328922. Grayscale: #9B9B9B. Windows color (decimal): -3311907 or 14513869. OLE color: 14513869.

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

Color convert

RGB 205 118 221 -
CMYK 0.07 0.47 0 0.13
HSL 290.68º 0.6% 0.66% -
HSV(B) 290.68º 0.47% 0.87% -
XYZ 44.71 31.16 72.06 -
YUV 155.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 205 118 221 0.07 0.47 0 0.13 290.68 0.6 0.66
Hex CD 76 DD 7 2F 0 D 123 3C 42
Octal 315 166 335 7 57 0 15 443 74 102
Binary 11001101 1110110 11011101 111 101111 0 1101 100100011 111100 1000010

Color Harmonies of #CD76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76DD

Black with #CD76DD

Text Example


Text Example

White with #CD76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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