Html Css Color HEX #C974CA Orchid

📋 copy color: '#C974CA'

red 201 ◦ green 116 ◦ blue 202

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

Shades of Orchid #C974CA

Tints of Orchid #C974CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.35%

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 38.73%
G = 22.35%
B = 38.92%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C974CA (or 0xC974CA) is known color: Orchid. HEX triplet: C9, 74 and CA. RGB value is (201,116,202). Sum of RGB (Red+Green+Blue) = 201+116+202=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C974CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974CA is #368B35. Grayscale: #969696. Windows color (decimal): -3574582 or 13268169. OLE color: 13268169.

HSL color Cylindrical-coordinate representation of color #C974CA: hue angle of 299.3º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C974CA is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 116 202 -
CMYK 0.00 0.43 0 0.21
HSL 299.3º 0.45% 0.62% -
HSV(B) 299.3º 0.43% 0.79% -
XYZ 40.99 29.17 59.35 -
YUV 151.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 201 116 202 0.00 0.43 0 0.21 299.3 0.45 0.62
Hex C9 74 CA 0 2B 0 15 12B 2D 3E
Octal 311 164 312 0 53 0 25 453 55 76
Binary 11001001 1110100 11001010 0 101011 0 10101 100101011 101101 111110

Color Harmonies of #C974CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974CA

Black with #C974CA

Text Example


Text Example

White with #C974CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974CA; }

 p { color: rgb(201,116,202); }

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

background-color css

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

 a { background-color: rgb(201,116,202); }

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

border-color css

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

 span { border-color: rgb(201,116,202); }

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