Html Css Color HEX #C37CCA Orchid

📋 copy color: '#C37CCA'

red 195 ◦ green 124 ◦ blue 202

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

Shades of Orchid #C37CCA

Tints of Orchid #C37CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 37.43%
G = 23.8%
B = 38.77%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C37CCA (or 0xC37CCA) is known color: Orchid. HEX triplet: C3, 7C and CA. RGB value is (195,124,202). Sum of RGB (Red+Green+Blue) = 195+124+202=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C37CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CCA is #3C8335. Grayscale: #999999. Windows color (decimal): -3965750 or 13270211. OLE color: 13270211.

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

Color convert

RGB 195 124 202 -
CMYK 0.03 0.39 0 0.21
HSL 294.62º 0.42% 0.64% -
HSV(B) 294.62º 0.39% 0.79% -
XYZ 40.37 30.28 59.59 -
YUV 154.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 195 124 202 0.03 0.39 0 0.21 294.62 0.42 0.64
Hex C3 7C CA 3 27 0 15 127 2A 40
Octal 303 174 312 3 47 0 25 447 52 100
Binary 11000011 1111100 11001010 11 100111 0 10101 100100111 101010 1000000

Color Harmonies of #C37CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37CCA

Black with #C37CCA

Text Example


Text Example

White with #C37CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37CCA; }

 p { color: rgb(195,124,202); }

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

background-color css

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

 a { background-color: rgb(195,124,202); }

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

border-color css

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

 span { border-color: rgb(195,124,202); }

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