Html Css Color HEX #C37DCF Orchid

📋 copy color: '#C37DCF'

red 195 ◦ green 125 ◦ blue 207

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

Shades of Orchid #C37DCF

Tints of Orchid #C37DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.72%

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

R = 37%
G = 23.72%
B = 39.28%

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

#C37DCF (or 0xC37DCF) is known color: Orchid. HEX triplet: C3, 7D and CF. RGB value is (195,125,207). Sum of RGB (Red+Green+Blue) = 195+125+207=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #C37DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DCF is #3C8230. Grayscale: #9B9B9B. Windows color (decimal): -3965489 or 13598147. OLE color: 13598147.

HSL color Cylindrical-coordinate representation of color #C37DCF: hue angle of 291.22º 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 #C37DCF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 125 207 -
CMYK 0.06 0.40 0 0.19
HSL 291.22º 0.46% 0.65% -
HSV(B) 291.22º 0.4% 0.81% -
XYZ 41.1 30.77 62.81 -
YUV 155.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 195 125 207 0.06 0.40 0 0.19 291.22 0.46 0.65
Hex C3 7D CF 6 28 0 13 123 2E 41
Octal 303 175 317 6 50 0 23 443 56 101
Binary 11000011 1111101 11001111 110 101000 0 10011 100100011 101110 1000001

Color Harmonies of #C37DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DCF

Black with #C37DCF

Text Example


Text Example

White with #C37DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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