Html Css Color HEX #C362CE Medium Orchid

📋 copy color: '#C362CE'

red 195 ◦ green 98 ◦ blue 206

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

Shades of Medium Orchid #C362CE

Tints of Medium Orchid #C362CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.64%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 39.08%
G = 19.64%
B = 41.28%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C362CE (or 0xC362CE) is known color: Medium Orchid. HEX triplet: C3, 62 and CE. RGB value is (195,98,206). Sum of RGB (Red+Green+Blue) = 195+98+206=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C362CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362CE is #3C9D31. Grayscale: #8A8A8A. Windows color (decimal): -3972402 or 13525699. OLE color: 13525699.

HSL color Cylindrical-coordinate representation of color #C362CE: hue angle of 293.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C362CE is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 98 206 -
CMYK 0.05 0.52 0 0.19
HSL 293.89º 0.52% 0.6% -
HSV(B) 293.89º 0.52% 0.81% -
XYZ 38.01 24.79 61.17 -
YUV 139.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 195 98 206 0.05 0.52 0 0.19 293.89 0.52 0.6
Hex C3 62 CE 5 34 0 13 126 34 3C
Octal 303 142 316 5 64 0 23 446 64 74
Binary 11000011 1100010 11001110 101 110100 0 10011 100100110 110100 111100

Color Harmonies of #C362CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362CE

Black with #C362CE

Text Example


Text Example

White with #C362CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362CE; }

 p { color: rgb(195,98,206); }

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

background-color css

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

 a { background-color: rgb(195,98,206); }

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

border-color css

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

 span { border-color: rgb(195,98,206); }

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