Html Css Color HEX #C975DF Orchid

📋 copy color: '#C975DF'

red 201 ◦ green 117 ◦ blue 223

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

Shades of Orchid #C975DF

Tints of Orchid #C975DF

RGB

 RED value IS 201 (78.91% from 255) = 37.15%

 GREEN value IS 117 (46.09% from 255) = 21.63%

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 37.15%
G = 21.63%
B = 41.22%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C975DF (or 0xC975DF) is known color: Orchid. HEX triplet: C9, 75 and DF. RGB value is (201,117,223). Sum of RGB (Red+Green+Blue) = 201+117+223=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #C975DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975DF is #368A20. Grayscale: #999999. Windows color (decimal): -3574305 or 14644681. OLE color: 14644681.

HSL color Cylindrical-coordinate representation of color #C975DF: hue angle of 287.55º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C975DF is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 117 223 -
CMYK 0.10 0.48 0 0.13
HSL 287.55º 0.62% 0.67% -
HSV(B) 287.55º 0.48% 0.87% -
XYZ 43.77 30.47 73.39 -
YUV 154.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 201 117 223 0.10 0.48 0 0.13 287.55 0.62 0.67
Hex C9 75 DF A 30 0 D 120 3E 43
Octal 311 165 337 12 60 0 15 440 76 103
Binary 11001001 1110101 11011111 1010 110000 0 1101 100100000 111110 1000011

Color Harmonies of #C975DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975DF

Black with #C975DF

Text Example


Text Example

White with #C975DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975DF; }

 p { color: rgb(201,117,223); }

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

background-color css

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

 a { background-color: rgb(201,117,223); }

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

border-color css

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

 span { border-color: rgb(201,117,223); }

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