Html Css Color HEX #C37FCD Orchid

📋 copy color: '#C37FCD'

red 195 ◦ green 127 ◦ blue 205

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

Shades of Orchid #C37FCD

Tints of Orchid #C37FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 24.1%

 BLUE value IS 205 (80.47% from 255) = 38.9%

R = 37%
G = 24.1%
B = 38.9%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C37FCD (or 0xC37FCD) is known color: Orchid. HEX triplet: C3, 7F and CD. RGB value is (195,127,205). Sum of RGB (Red+Green+Blue) = 195+127+205=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C37FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FCD is #3C8032. Grayscale: #9B9B9B. Windows color (decimal): -3964979 or 13467587. OLE color: 13467587.

HSL color Cylindrical-coordinate representation of color #C37FCD: hue angle of 292.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37FCD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 127 205 -
CMYK 0.05 0.38 0 0.20
HSL 292.31º 0.44% 0.65% -
HSV(B) 292.31º 0.38% 0.8% -
XYZ 41.11 31.19 61.61 -
YUV 156.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 195 127 205 0.05 0.38 0 0.20 292.31 0.44 0.65
Hex C3 7F CD 5 26 0 14 124 2C 41
Octal 303 177 315 5 46 0 24 444 54 101
Binary 11000011 1111111 11001101 101 100110 0 10100 100100100 101100 1000001

Color Harmonies of #C37FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37FCD

Black with #C37FCD

Text Example


Text Example

White with #C37FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37FCD; }

 p { color: rgb(195,127,205); }

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

background-color css

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

 a { background-color: rgb(195,127,205); }

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

border-color css

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

 span { border-color: rgb(195,127,205); }

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