Html Css Color HEX #C770DD Orchid

📋 copy color: '#C770DD'

red 199 ◦ green 112 ◦ blue 221

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

Shades of Orchid #C770DD

Tints of Orchid #C770DD

RGB

 RED value IS 199 (78.13% from 255) = 37.41%

 GREEN value IS 112 (44.14% from 255) = 21.05%

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

R = 37.41%
G = 21.05%
B = 41.54%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C770DD (or 0xC770DD) is known color: Orchid. HEX triplet: C7, 70 and DD. RGB value is (199,112,221). Sum of RGB (Red+Green+Blue) = 199+112+221=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C770DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770DD is #388F22. Grayscale: #969696. Windows color (decimal): -3706659 or 14512327. OLE color: 14512327.

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

Color convert

RGB 199 112 221 -
CMYK 0.10 0.49 0 0.13
HSL 287.89º 0.62% 0.65% -
HSV(B) 287.89º 0.49% 0.87% -
XYZ 42.4 28.95 71.76 -
YUV 150.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 199 112 221 0.10 0.49 0 0.13 287.89 0.62 0.65
Hex C7 70 DD A 31 0 D 120 3E 41
Octal 307 160 335 12 61 0 15 440 76 101
Binary 11000111 1110000 11011101 1010 110001 0 1101 100100000 111110 1000001

Color Harmonies of #C770DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770DD

Black with #C770DD

Text Example


Text Example

White with #C770DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770DD; }

 p { color: rgb(199,112,221); }

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

background-color css

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

 a { background-color: rgb(199,112,221); }

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

border-color css

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

 span { border-color: rgb(199,112,221); }

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