Html Css Color HEX #CD76E6 Orchid

📋 copy color: '#CD76E6'

red 205 ◦ green 118 ◦ blue 230

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

Shades of Orchid #CD76E6

Tints of Orchid #CD76E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 37.07%
G = 21.34%
B = 41.59%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD76E6 (or 0xCD76E6) is known color: Orchid. HEX triplet: CD, 76 and E6. RGB value is (205,118,230). Sum of RGB (Red+Green+Blue) = 205+118+230=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD76E6 is #328919. Grayscale: #9C9C9C. Windows color (decimal): -3311898 or 15103693. OLE color: 15103693.

HSL color Cylindrical-coordinate representation of color #CD76E6: hue angle of 286.61º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD76E6 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 118 230 -
CMYK 0.11 0.49 0 0.10
HSL 286.61º 0.69% 0.68% -
HSV(B) 286.61º 0.49% 0.9% -
XYZ 45.94 31.65 78.55 -
YUV 156.78 169.32 162.39 -
System Red Green Blue C M Y K H S L
Decimal 205 118 230 0.11 0.49 0 0.10 286.61 0.69 0.68
Hex CD 76 E6 B 31 0 A 11F 45 44
Octal 315 166 346 13 61 0 12 437 105 104
Binary 11001101 1110110 11100110 1011 110001 0 1010 100011111 1000101 1000100

Color Harmonies of #CD76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76E6

Black with #CD76E6

Text Example


Text Example

White with #CD76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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