Html Css Color HEX #C970C4 Orchid

📋 copy color: '#C970C4'

red 201 ◦ green 112 ◦ blue 196

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

Shades of Orchid #C970C4

Tints of Orchid #C970C4

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22%

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 39.49%
G = 22%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C970C4 (or 0xC970C4) is known color: Orchid. HEX triplet: C9, 70 and C4. RGB value is (201,112,196). Sum of RGB (Red+Green+Blue) = 201+112+196=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C970C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970C4 is #368F3B. Grayscale: #939393. Windows color (decimal): -3575612 or 12873929. OLE color: 12873929.

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

Color convert

RGB 201 112 196 -
CMYK 0 0.44 0.02 0.21
HSL 303.37º 0.45% 0.61% -
HSV(B) 303.37º 0.44% 0.79% -
XYZ 39.85 27.99 55.53 -
YUV 148.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 201 112 196 0 0.44 0.02 0.21 303.37 0.45 0.61
Hex C9 70 C4 0 2C 2 15 12F 2D 3D
Octal 311 160 304 0 54 2 25 457 55 75
Binary 11001001 1110000 11000100 0 101100 10 10101 100101111 101101 111101

Color Harmonies of #C970C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970C4

Black with #C970C4

Text Example


Text Example

White with #C970C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970C4; }

 p { color: rgb(201,112,196); }

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

background-color css

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

 a { background-color: rgb(201,112,196); }

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

border-color css

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

 span { border-color: rgb(201,112,196); }

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