Html Css Color HEX #CD77DF Orchid

📋 copy color: '#CD77DF'

red 205 ◦ green 119 ◦ blue 223

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

Shades of Orchid #CD77DF

Tints of Orchid #CD77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 37.48%
G = 21.76%
B = 40.77%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD77DF (or 0xCD77DF) is known color: Orchid. HEX triplet: CD, 77 and DF. RGB value is (205,119,223). Sum of RGB (Red+Green+Blue) = 205+119+223=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77DF is #328820. Grayscale: #9C9C9C. Windows color (decimal): -3311649 or 14645197. OLE color: 14645197.

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

Color convert

RGB 205 119 223 -
CMYK 0.08 0.47 0 0.13
HSL 289.62º 0.62% 0.67% -
HSV(B) 289.62º 0.47% 0.87% -
XYZ 45.09 31.5 73.52 -
YUV 156.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 205 119 223 0.08 0.47 0 0.13 289.62 0.62 0.67
Hex CD 77 DF 8 2F 0 D 122 3E 43
Octal 315 167 337 10 57 0 15 442 76 103
Binary 11001101 1110111 11011111 1000 101111 0 1101 100100010 111110 1000011

Color Harmonies of #CD77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD77DF

Black with #CD77DF

Text Example


Text Example

White with #CD77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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