Html Css Color HEX #C374CF Orchid

📋 copy color: '#C374CF'

red 195 ◦ green 116 ◦ blue 207

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

Shades of Orchid #C374CF

Tints of Orchid #C374CF

RGB

 RED value IS 195 (76.56% from 255) = 37.64%

 GREEN value IS 116 (45.7% from 255) = 22.39%

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

R = 37.64%
G = 22.39%
B = 39.96%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C374CF (or 0xC374CF) is known color: Orchid. HEX triplet: C3, 74 and CF. RGB value is (195,116,207). Sum of RGB (Red+Green+Blue) = 195+116+207=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #C374CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374CF is #3C8B30. Grayscale: #959595. Windows color (decimal): -3967793 or 13595843. OLE color: 13595843.

HSL color Cylindrical-coordinate representation of color #C374CF: hue angle of 292.09º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C374CF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 116 207 -
CMYK 0.06 0.44 0 0.19
HSL 292.09º 0.49% 0.63% -
HSV(B) 292.09º 0.44% 0.81% -
XYZ 40.01 28.6 62.44 -
YUV 150 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 195 116 207 0.06 0.44 0 0.19 292.09 0.49 0.63
Hex C3 74 CF 6 2C 0 13 124 31 3F
Octal 303 164 317 6 54 0 23 444 61 77
Binary 11000011 1110100 11001111 110 101100 0 10011 100100100 110001 111111

Color Harmonies of #C374CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374CF

Black with #C374CF

Text Example


Text Example

White with #C374CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374CF; }

 p { color: rgb(195,116,207); }

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

background-color css

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

 a { background-color: rgb(195,116,207); }

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

border-color css

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

 span { border-color: rgb(195,116,207); }

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