Html Css Color HEX #C369EB Medium Orchid

📋 copy color: '#C369EB'

red 195 ◦ green 105 ◦ blue 235

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

Shades of Medium Orchid #C369EB

Tints of Medium Orchid #C369EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.63%

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 36.45%
G = 19.63%
B = 43.93%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C369EB (or 0xC369EB) is known color: Medium Orchid. HEX triplet: C3, 69 and EB. RGB value is (195,105,235). Sum of RGB (Red+Green+Blue) = 195+105+235=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #C369EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369EB is #3C9614. Grayscale: #929292. Windows color (decimal): -3970581 or 15428035. OLE color: 15428035.

HSL color Cylindrical-coordinate representation of color #C369EB: hue angle of 281.54º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C369EB is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 105 235 -
CMYK 0.17 0.55 0 0.08
HSL 281.54º 0.76% 0.67% -
HSV(B) 281.54º 0.55% 0.92% -
XYZ 42.55 27.7 81.7 -
YUV 146.73 177.82 162.43 -
System Red Green Blue C M Y K H S L
Decimal 195 105 235 0.17 0.55 0 0.08 281.54 0.76 0.67
Hex C3 69 EB 11 37 0 8 11A 4C 43
Octal 303 151 353 21 67 0 10 432 114 103
Binary 11000011 1101001 11101011 10001 110111 0 1000 100011010 1001100 1000011

Color Harmonies of #C369EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369EB

Black with #C369EB

Text Example


Text Example

White with #C369EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369EB; }

 p { color: rgb(195,105,235); }

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

background-color css

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

 a { background-color: rgb(195,105,235); }

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

border-color css

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

 span { border-color: rgb(195,105,235); }

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