Html Css Color HEX #C775BE Orchid

📋 copy color: '#C775BE'

red 199 ◦ green 117 ◦ blue 190

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

Shades of Orchid #C775BE

Tints of Orchid #C775BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 39.33%
G = 23.12%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C775BE (or 0xC775BE) is known color: Orchid. HEX triplet: C7, 75 and BE. RGB value is (199,117,190). Sum of RGB (Red+Green+Blue) = 199+117+190=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BE is #388A41. Grayscale: #959595. Windows color (decimal): -3705410 or 12481991. OLE color: 12481991.

HSL color Cylindrical-coordinate representation of color #C775BE: hue angle of 306.59º 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 #C775BE is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 117 190 -
CMYK 0 0.41 0.05 0.22
HSL 306.59º 0.42% 0.62% -
HSV(B) 306.59º 0.41% 0.78% -
XYZ 39.21 28.58 52.17 -
YUV 149.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 199 117 190 0 0.41 0.05 0.22 306.59 0.42 0.62
Hex C7 75 BE 0 29 5 16 133 2A 3E
Octal 307 165 276 0 51 5 26 463 52 76
Binary 11000111 1110101 10111110 0 101001 101 10110 100110011 101010 111110

Color Harmonies of #C775BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775BE

Black with #C775BE

Text Example


Text Example

White with #C775BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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