Html Css Color HEX #C775B8 Orchid

📋 copy color: '#C775B8'

red 199 ◦ green 117 ◦ blue 184

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

Shades of Orchid #C775B8

Tints of Orchid #C775B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.8%

R = 39.8%
G = 23.4%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C775B8 (or 0xC775B8) is known color: Orchid. HEX triplet: C7, 75 and B8. RGB value is (199,117,184). Sum of RGB (Red+Green+Blue) = 199+117+184=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C775B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775B8 is #388A47. Grayscale: #949494. Windows color (decimal): -3705416 or 12088775. OLE color: 12088775.

HSL color Cylindrical-coordinate representation of color #C775B8: hue angle of 310.98º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C775B8 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 184 -
CMYK 0 0.41 0.08 0.22
HSL 310.98º 0.42% 0.62% -
HSV(B) 310.98º 0.41% 0.78% -
XYZ 38.57 28.33 48.78 -
YUV 149.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 199 117 184 0 0.41 0.08 0.22 310.98 0.42 0.62
Hex C7 75 B8 0 29 8 16 137 2A 3E
Octal 307 165 270 0 51 10 26 467 52 76
Binary 11000111 1110101 10111000 0 101001 1000 10110 100110111 101010 111110

Color Harmonies of #C775B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775B8

Black with #C775B8

Text Example


Text Example

White with #C775B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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