Html Css Color HEX #C775CA Orchid

📋 copy color: '#C775CA'

red 199 ◦ green 117 ◦ blue 202

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

Shades of Orchid #C775CA

Tints of Orchid #C775CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 38.42%
G = 22.59%
B = 39%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C775CA (or 0xC775CA) is known color: Orchid. HEX triplet: C7, 75 and CA. RGB value is (199,117,202). Sum of RGB (Red+Green+Blue) = 199+117+202=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C775CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775CA is #388A35. Grayscale: #969696. Windows color (decimal): -3705398 or 13268423. OLE color: 13268423.

HSL color Cylindrical-coordinate representation of color #C775CA: hue angle of 297.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C775CA is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 117 202 -
CMYK 0.01 0.42 0 0.21
HSL 297.88º 0.45% 0.63% -
HSV(B) 297.88º 0.42% 0.79% -
XYZ 40.58 29.13 59.36 -
YUV 151.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 199 117 202 0.01 0.42 0 0.21 297.88 0.45 0.63
Hex C7 75 CA 1 2A 0 15 12A 2D 3F
Octal 307 165 312 1 52 0 25 452 55 77
Binary 11000111 1110101 11001010 1 101010 0 10101 100101010 101101 111111

Color Harmonies of #C775CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775CA

Black with #C775CA

Text Example


Text Example

White with #C775CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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