Html Css Color HEX #C968D5 Orchid

📋 copy color: '#C968D5'

red 201 ◦ green 104 ◦ blue 213

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

Shades of Orchid #C968D5

Tints of Orchid #C968D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 38.8%
G = 20.08%
B = 41.12%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C968D5 (or 0xC968D5) is known color: Orchid. HEX triplet: C9, 68 and D5. RGB value is (201,104,213). Sum of RGB (Red+Green+Blue) = 201+104+213=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #C968D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968D5 is #36972A. Grayscale: #919191. Windows color (decimal): -3577643 or 13985993. OLE color: 13985993.

HSL color Cylindrical-coordinate representation of color #C968D5: hue angle of 293.39º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C968D5 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 104 213 -
CMYK 0.06 0.51 0 0.16
HSL 293.39º 0.56% 0.62% -
HSV(B) 293.39º 0.51% 0.84% -
XYZ 41.05 27.12 66.02 -
YUV 145.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 201 104 213 0.06 0.51 0 0.16 293.39 0.56 0.62
Hex C9 68 D5 6 33 0 10 125 38 3E
Octal 311 150 325 6 63 0 20 445 70 76
Binary 11001001 1101000 11010101 110 110011 0 10000 100100101 111000 111110

Color Harmonies of #C968D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968D5

Black with #C968D5

Text Example


Text Example

White with #C968D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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