Html Css Color HEX #C975DE Orchid

📋 copy color: '#C975DE'

red 201 ◦ green 117 ◦ blue 222

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

Shades of Orchid #C975DE

Tints of Orchid #C975DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 37.22%
G = 21.67%
B = 41.11%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C975DE (or 0xC975DE) is known color: Orchid. HEX triplet: C9, 75 and DE. RGB value is (201,117,222). Sum of RGB (Red+Green+Blue) = 201+117+222=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #C975DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975DE is #368A21. Grayscale: #999999. Windows color (decimal): -3574306 or 14579145. OLE color: 14579145.

HSL color Cylindrical-coordinate representation of color #C975DE: hue angle of 288º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C975DE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 117 222 -
CMYK 0.09 0.47 0 0.13
HSL 288º 0.61% 0.66% -
HSV(B) 288º 0.47% 0.87% -
XYZ 43.63 30.41 72.68 -
YUV 154.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 201 117 222 0.09 0.47 0 0.13 288 0.61 0.66
Hex C9 75 DE 9 2F 0 D 120 3D 42
Octal 311 165 336 11 57 0 15 440 75 102
Binary 11001001 1110101 11011110 1001 101111 0 1101 100100000 111101 1000010

Color Harmonies of #C975DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975DE

Black with #C975DE

Text Example


Text Example

White with #C975DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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