Html Css Color HEX #C370C9 Orchid

📋 copy color: '#C370C9'

red 195 ◦ green 112 ◦ blue 201

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

Shades of Orchid #C370C9

Tints of Orchid #C370C9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.05%

 BLUE value IS 201 (78.91% from 255) = 39.57%

R = 38.39%
G = 22.05%
B = 39.57%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C370C9 (or 0xC370C9) is known color: Orchid. HEX triplet: C3, 70 and C9. RGB value is (195,112,201). Sum of RGB (Red+Green+Blue) = 195+112+201=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #C370C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370C9 is #3C8F36. Grayscale: #929292. Windows color (decimal): -3968823 or 13201603. OLE color: 13201603.

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

Color convert

RGB 195 112 201 -
CMYK 0.03 0.44 0 0.21
HSL 295.96º 0.45% 0.61% -
HSV(B) 295.96º 0.44% 0.79% -
XYZ 38.84 27.41 58.5 -
YUV 146.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 195 112 201 0.03 0.44 0 0.21 295.96 0.45 0.61
Hex C3 70 C9 3 2C 0 15 128 2D 3D
Octal 303 160 311 3 54 0 25 450 55 75
Binary 11000011 1110000 11001001 11 101100 0 10101 100101000 101101 111101

Color Harmonies of #C370C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C370C9

Black with #C370C9

Text Example


Text Example

White with #C370C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C370C9; }

 p { color: rgb(195,112,201); }

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

background-color css

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

 a { background-color: rgb(195,112,201); }

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

border-color css

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

 span { border-color: rgb(195,112,201); }

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