Html Css Color HEX #C37CCF Orchid

📋 copy color: '#C37CCF'

red 195 ◦ green 124 ◦ blue 207

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

Shades of Orchid #C37CCF

Tints of Orchid #C37CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 37.07%
G = 23.57%
B = 39.35%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C37CCF (or 0xC37CCF) is known color: Orchid. HEX triplet: C3, 7C and CF. RGB value is (195,124,207). Sum of RGB (Red+Green+Blue) = 195+124+207=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C37CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CCF is #3C8330. Grayscale: #9A9A9A. Windows color (decimal): -3965745 or 13597891. OLE color: 13597891.

HSL color Cylindrical-coordinate representation of color #C37CCF: hue angle of 291.33º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37CCF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 124 207 -
CMYK 0.06 0.40 0 0.19
HSL 291.33º 0.46% 0.65% -
HSV(B) 291.33º 0.4% 0.81% -
XYZ 40.98 30.52 62.76 -
YUV 154.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 195 124 207 0.06 0.40 0 0.19 291.33 0.46 0.65
Hex C3 7C CF 6 28 0 13 123 2E 41
Octal 303 174 317 6 50 0 23 443 56 101
Binary 11000011 1111100 11001111 110 101000 0 10011 100100011 101110 1000001

Color Harmonies of #C37CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37CCF

Black with #C37CCF

Text Example


Text Example

White with #C37CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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