Html Css Color HEX #C968D1 Orchid

📋 copy color: '#C968D1'

red 201 ◦ green 104 ◦ blue 209

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

Shades of Orchid #C968D1

Tints of Orchid #C968D1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.23%

 BLUE value IS 209 (82.03% from 255) = 40.66%

R = 39.11%
G = 20.23%
B = 40.66%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C968D1 (or 0xC968D1) is known color: Orchid. HEX triplet: C9, 68 and D1. RGB value is (201,104,209). Sum of RGB (Red+Green+Blue) = 201+104+209=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #C968D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968D1 is #36972E. Grayscale: #909090. Windows color (decimal): -3577647 or 13723849. OLE color: 13723849.

HSL color Cylindrical-coordinate representation of color #C968D1: hue angle of 295.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C968D1 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 104 209 -
CMYK 0.04 0.50 0 0.18
HSL 295.43º 0.53% 0.61% -
HSV(B) 295.43º 0.5% 0.82% -
XYZ 40.55 26.92 63.38 -
YUV 144.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 201 104 209 0.04 0.50 0 0.18 295.43 0.53 0.61
Hex C9 68 D1 4 32 0 12 127 35 3D
Octal 311 150 321 4 62 0 22 447 65 75
Binary 11001001 1101000 11010001 100 110010 0 10010 100100111 110101 111101

Color Harmonies of #C968D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968D1

Black with #C968D1

Text Example


Text Example

White with #C968D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968D1; }

 p { color: rgb(201,104,209); }

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

background-color css

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

 a { background-color: rgb(201,104,209); }

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

border-color css

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

 span { border-color: rgb(201,104,209); }

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