Html Css Color HEX #C369EA Medium Orchid

📋 copy color: '#C369EA'

red 195 ◦ green 105 ◦ blue 234

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

Shades of Medium Orchid #C369EA

Tints of Medium Orchid #C369EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 36.52%
G = 19.66%
B = 43.82%

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

#C369EA (or 0xC369EA) is known color: Medium Orchid. HEX triplet: C3, 69 and EA. RGB value is (195,105,234). Sum of RGB (Red+Green+Blue) = 195+105+234=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #C369EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369EA is #3C9615. Grayscale: #929292. Windows color (decimal): -3970582 or 15362499. OLE color: 15362499.

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

Color convert

RGB 195 105 234 -
CMYK 0.17 0.55 0 0.08
HSL 281.86º 0.75% 0.66% -
HSV(B) 281.86º 0.55% 0.92% -
XYZ 42.41 27.65 80.94 -
YUV 146.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 195 105 234 0.17 0.55 0 0.08 281.86 0.75 0.66
Hex C3 69 EA 11 37 0 8 11A 4B 42
Octal 303 151 352 21 67 0 10 432 113 102
Binary 11000011 1101001 11101010 10001 110111 0 1000 100011010 1001011 1000010

Color Harmonies of #C369EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369EA

Black with #C369EA

Text Example


Text Example

White with #C369EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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