Html Css Color HEX #C775E0 Orchid

📋 copy color: '#C775E0'

red 199 ◦ green 117 ◦ blue 224

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

Shades of Orchid #C775E0

Tints of Orchid #C775E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 36.85%
G = 21.67%
B = 41.48%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C775E0 (or 0xC775E0) is known color: Orchid. HEX triplet: C7, 75 and E0. RGB value is (199,117,224). Sum of RGB (Red+Green+Blue) = 199+117+224=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #C775E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775E0 is #388A1F. Grayscale: #999999. Windows color (decimal): -3705376 or 14710215. OLE color: 14710215.

HSL color Cylindrical-coordinate representation of color #C775E0: hue angle of 285.98º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C775E0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 117 224 -
CMYK 0.11 0.48 0 0.12
HSL 285.98º 0.63% 0.67% -
HSV(B) 285.98º 0.48% 0.88% -
XYZ 43.37 30.25 74.07 -
YUV 153.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 199 117 224 0.11 0.48 0 0.12 285.98 0.63 0.67
Hex C7 75 E0 B 30 0 C 11E 3F 43
Octal 307 165 340 13 60 0 14 436 77 103
Binary 11000111 1110101 11100000 1011 110000 0 1100 100011110 111111 1000011

Color Harmonies of #C775E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775E0

Black with #C775E0

Text Example


Text Example

White with #C775E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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