Html Css Color HEX #C369D2 Medium Orchid

📋 copy color: '#C369D2'

red 195 ◦ green 105 ◦ blue 210

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

Shades of Medium Orchid #C369D2

Tints of Medium Orchid #C369D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.18%

R = 38.24%
G = 20.59%
B = 41.18%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C369D2 (or 0xC369D2) is known color: Medium Orchid. HEX triplet: C3, 69 and D2. RGB value is (195,105,210). Sum of RGB (Red+Green+Blue) = 195+105+210=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #C369D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369D2 is #3C962D. Grayscale: #8F8F8F. Windows color (decimal): -3970606 or 13789635. OLE color: 13789635.

HSL color Cylindrical-coordinate representation of color #C369D2: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C369D2 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 105 210 -
CMYK 0.07 0.50 0 0.18
HSL 291.43º 0.54% 0.62% -
HSV(B) 291.43º 0.5% 0.82% -
XYZ 39.19 26.36 63.99 -
YUV 143.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 195 105 210 0.07 0.50 0 0.18 291.43 0.54 0.62
Hex C3 69 D2 7 32 0 12 123 36 3E
Octal 303 151 322 7 62 0 22 443 66 76
Binary 11000011 1101001 11010010 111 110010 0 10010 100100011 110110 111110

Color Harmonies of #C369D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369D2

Black with #C369D2

Text Example


Text Example

White with #C369D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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