Html Css Color HEX #C368CC Medium Orchid

📋 copy color: '#C368CC'

red 195 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #C368CC

Tints of Medium Orchid #C368CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 38.77%
G = 20.68%
B = 40.56%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C368CC (or 0xC368CC) is known color: Medium Orchid. HEX triplet: C3, 68 and CC. RGB value is (195,104,204). Sum of RGB (Red+Green+Blue) = 195+104+204=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C368CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368CC is #3C9733. Grayscale: #8E8E8E. Windows color (decimal): -3970868 or 13396163. OLE color: 13396163.

HSL color Cylindrical-coordinate representation of color #C368CC: hue angle of 294.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C368CC is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 104 204 -
CMYK 0.04 0.49 0 0.2
HSL 294.6º 0.5% 0.6% -
HSV(B) 294.6º 0.49% 0.8% -
XYZ 38.36 25.86 60.1 -
YUV 142.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 195 104 204 0.04 0.49 0 0.2 294.6 0.5 0.6
Hex C3 68 CC 4 31 0 14 127 32 3C
Octal 303 150 314 4 61 0 24 447 62 74
Binary 11000011 1101000 11001100 100 110001 0 10100 100100111 110010 111100

Color Harmonies of #C368CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C368CC

Black with #C368CC

Text Example


Text Example

White with #C368CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C368CC; }

 p { color: rgb(195,104,204); }

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

background-color css

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

 a { background-color: rgb(195,104,204); }

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

border-color css

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

 span { border-color: rgb(195,104,204); }

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