Html Css Color HEX #C36FC9 Orchid

📋 copy color: '#C36FC9'

red 195 ◦ green 111 ◦ blue 201

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

Shades of Orchid #C36FC9

Tints of Orchid #C36FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.64%

R = 38.46%
G = 21.89%
B = 39.64%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C36FC9 (or 0xC36FC9) is known color: Orchid. HEX triplet: C3, 6F and C9. RGB value is (195,111,201). Sum of RGB (Red+Green+Blue) = 195+111+201=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #C36FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FC9 is #3C9036. Grayscale: #929292. Windows color (decimal): -3969079 or 13201347. OLE color: 13201347.

HSL color Cylindrical-coordinate representation of color #C36FC9: hue angle of 296º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36FC9 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 111 201 -
CMYK 0.03 0.45 0 0.21
HSL 296º 0.45% 0.61% -
HSV(B) 296º 0.45% 0.79% -
XYZ 38.73 27.19 58.46 -
YUV 146.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 195 111 201 0.03 0.45 0 0.21 296 0.45 0.61
Hex C3 6F C9 3 2D 0 15 128 2D 3D
Octal 303 157 311 3 55 0 25 450 55 75
Binary 11000011 1101111 11001001 11 101101 0 10101 100101000 101101 111101

Color Harmonies of #C36FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36FC9

Black with #C36FC9

Text Example


Text Example

White with #C36FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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