Html Css Color HEX #CD76B7 Orchid

📋 copy color: '#CD76B7'

red 205 ◦ green 118 ◦ blue 183

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

Shades of Orchid #CD76B7

Tints of Orchid #CD76B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 40.51%
G = 23.32%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CD76B7 (or 0xCD76B7) is known color: Orchid. HEX triplet: CD, 76 and B7. RGB value is (205,118,183). Sum of RGB (Red+Green+Blue) = 205+118+183=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76B7 is #328948. Grayscale: #979797. Windows color (decimal): -3311945 or 12023501. OLE color: 12023501.

HSL color Cylindrical-coordinate representation of color #CD76B7: hue angle of 315.17º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD76B7 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 183 -
CMYK 0 0.42 0.11 0.20
HSL 315.17º 0.47% 0.63% -
HSV(B) 315.17º 0.42% 0.8% -
XYZ 40.2 29.35 48.35 -
YUV 151.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 205 118 183 0 0.42 0.11 0.20 315.17 0.47 0.63
Hex CD 76 B7 0 2A B 14 13B 2F 3F
Octal 315 166 267 0 52 13 24 473 57 77
Binary 11001101 1110110 10110111 0 101010 1011 10100 100111011 101111 111111

Color Harmonies of #CD76B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76B7

Black with #CD76B7

Text Example


Text Example

White with #CD76B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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