Html Css Color HEX #C775CF Orchid

📋 copy color: '#C775CF'

red 199 ◦ green 117 ◦ blue 207

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

Shades of Orchid #C775CF

Tints of Orchid #C775CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 38.05%
G = 22.37%
B = 39.58%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C775CF (or 0xC775CF) is known color: Orchid. HEX triplet: C7, 75 and CF. RGB value is (199,117,207). Sum of RGB (Red+Green+Blue) = 199+117+207=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #C775CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775CF is #388A30. Grayscale: #979797. Windows color (decimal): -3705393 or 13596103. OLE color: 13596103.

HSL color Cylindrical-coordinate representation of color #C775CF: hue angle of 294.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C775CF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 117 207 -
CMYK 0.04 0.43 0 0.19
HSL 294.67º 0.48% 0.64% -
HSV(B) 294.67º 0.43% 0.81% -
XYZ 41.18 29.37 62.53 -
YUV 151.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 199 117 207 0.04 0.43 0 0.19 294.67 0.48 0.64
Hex C7 75 CF 4 2B 0 13 127 30 40
Octal 307 165 317 4 53 0 23 447 60 100
Binary 11000111 1110101 11001111 100 101011 0 10011 100100111 110000 1000000

Color Harmonies of #C775CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775CF

Black with #C775CF

Text Example


Text Example

White with #C775CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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