Html Css Color HEX #C36FC8 Orchid

📋 copy color: '#C36FC8'

red 195 ◦ green 111 ◦ blue 200

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

Shades of Orchid #C36FC8

Tints of Orchid #C36FC8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.94%

 BLUE value IS 200 (78.52% from 255) = 39.53%

R = 38.54%
G = 21.94%
B = 39.53%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C36FC8 (or 0xC36FC8) is known color: Orchid. HEX triplet: C3, 6F and C8. RGB value is (195,111,200). Sum of RGB (Red+Green+Blue) = 195+111+200=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #C36FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FC8 is #3C9037. Grayscale: #919191. Windows color (decimal): -3969080 or 13135811. OLE color: 13135811.

HSL color Cylindrical-coordinate representation of color #C36FC8: hue angle of 296.63º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36FC8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 111 200 -
CMYK 0.02 0.44 0 0.22
HSL 296.63º 0.45% 0.61% -
HSV(B) 296.63º 0.45% 0.78% -
XYZ 38.62 27.14 57.85 -
YUV 146.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 195 111 200 0.02 0.44 0 0.22 296.63 0.45 0.61
Hex C3 6F C8 2 2C 0 16 129 2D 3D
Octal 303 157 310 2 54 0 26 451 55 75
Binary 11000011 1101111 11001000 10 101100 0 10110 100101001 101101 111101

Color Harmonies of #C36FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36FC8

Black with #C36FC8

Text Example


Text Example

White with #C36FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36FC8; }

 p { color: rgb(195,111,200); }

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

background-color css

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

 a { background-color: rgb(195,111,200); }

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

border-color css

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

 span { border-color: rgb(195,111,200); }

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