Html Css Color HEX #C372D6 Orchid

📋 copy color: '#C372D6'

red 195 ◦ green 114 ◦ blue 214

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

Shades of Orchid #C372D6

Tints of Orchid #C372D6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.8%

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 37.28%
G = 21.8%
B = 40.92%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C372D6 (or 0xC372D6) is known color: Orchid. HEX triplet: C3, 72 and D6. RGB value is (195,114,214). Sum of RGB (Red+Green+Blue) = 195+114+214=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #C372D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372D6 is #3C8D29. Grayscale: #959595. Windows color (decimal): -3968298 or 14054083. OLE color: 14054083.

HSL color Cylindrical-coordinate representation of color #C372D6: hue angle of 288.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C372D6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 114 214 -
CMYK 0.09 0.47 0 0.16
HSL 288.6º 0.55% 0.64% -
HSV(B) 288.6º 0.47% 0.84% -
XYZ 40.66 28.49 66.97 -
YUV 149.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 195 114 214 0.09 0.47 0 0.16 288.6 0.55 0.64
Hex C3 72 D6 9 2F 0 10 121 37 40
Octal 303 162 326 11 57 0 20 441 67 100
Binary 11000011 1110010 11010110 1001 101111 0 10000 100100001 110111 1000000

Color Harmonies of #C372D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372D6

Black with #C372D6

Text Example


Text Example

White with #C372D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372D6; }

 p { color: rgb(195,114,214); }

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

background-color css

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

 a { background-color: rgb(195,114,214); }

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

border-color css

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

 span { border-color: rgb(195,114,214); }

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