Html Css Color HEX #C775D8 Orchid

📋 copy color: '#C775D8'

red 199 ◦ green 117 ◦ blue 216

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

Shades of Orchid #C775D8

Tints of Orchid #C775D8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

 BLUE value IS 216 (84.77% from 255) = 40.6%

R = 37.41%
G = 21.99%
B = 40.6%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C775D8 (or 0xC775D8) is known color: Orchid. HEX triplet: C7, 75 and D8. RGB value is (199,117,216). Sum of RGB (Red+Green+Blue) = 199+117+216=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #C775D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775D8 is #388A27. Grayscale: #989898. Windows color (decimal): -3705384 or 14185927. OLE color: 14185927.

HSL color Cylindrical-coordinate representation of color #C775D8: hue angle of 289.7º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C775D8 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 117 216 -
CMYK 0.08 0.46 0 0.15
HSL 289.7º 0.56% 0.65% -
HSV(B) 289.7º 0.46% 0.85% -
XYZ 42.31 29.82 68.49 -
YUV 152.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 199 117 216 0.08 0.46 0 0.15 289.7 0.56 0.65
Hex C7 75 D8 8 2E 0 F 122 38 41
Octal 307 165 330 10 56 0 17 442 70 101
Binary 11000111 1110101 11011000 1000 101110 0 1111 100100010 111000 1000001

Color Harmonies of #C775D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775D8

Black with #C775D8

Text Example


Text Example

White with #C775D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775D8; }

 p { color: rgb(199,117,216); }

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

background-color css

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

 a { background-color: rgb(199,117,216); }

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

border-color css

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

 span { border-color: rgb(199,117,216); }

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