Html Css Color HEX #CD77DD Orchid

📋 copy color: '#CD77DD'

red 205 ◦ green 119 ◦ blue 221

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

Shades of Orchid #CD77DD

Tints of Orchid #CD77DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.83%

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

R = 37.61%
G = 21.83%
B = 40.55%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD77DD (or 0xCD77DD) is known color: Orchid. HEX triplet: CD, 77 and DD. RGB value is (205,119,221). Sum of RGB (Red+Green+Blue) = 205+119+221=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77DD is #328822. Grayscale: #9C9C9C. Windows color (decimal): -3311651 or 14514125. OLE color: 14514125.

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

Color convert

RGB 205 119 221 -
CMYK 0.07 0.46 0 0.13
HSL 290.59º 0.6% 0.67% -
HSV(B) 290.59º 0.46% 0.87% -
XYZ 44.82 31.39 72.1 -
YUV 156.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 205 119 221 0.07 0.46 0 0.13 290.59 0.6 0.67
Hex CD 77 DD 7 2E 0 D 123 3C 43
Octal 315 167 335 7 56 0 15 443 74 103
Binary 11001101 1110111 11011101 111 101110 0 1101 100100011 111100 1000011

Color Harmonies of #CD77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77DD

Black with #CD77DD

Text Example


Text Example

White with #CD77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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