Html Css Color HEX #C968D7 Orchid

📋 copy color: '#C968D7'

red 201 ◦ green 104 ◦ blue 215

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

Shades of Orchid #C968D7

Tints of Orchid #C968D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.35%

R = 38.65%
G = 20%
B = 41.35%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C968D7 (or 0xC968D7) is known color: Orchid. HEX triplet: C9, 68 and D7. RGB value is (201,104,215). Sum of RGB (Red+Green+Blue) = 201+104+215=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #C968D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968D7 is #369728. Grayscale: #919191. Windows color (decimal): -3577641 or 14117065. OLE color: 14117065.

HSL color Cylindrical-coordinate representation of color #C968D7: hue angle of 292.43º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C968D7 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 104 215 -
CMYK 0.07 0.52 0 0.16
HSL 292.43º 0.58% 0.63% -
HSV(B) 292.43º 0.52% 0.84% -
XYZ 41.3 27.22 67.37 -
YUV 145.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 201 104 215 0.07 0.52 0 0.16 292.43 0.58 0.63
Hex C9 68 D7 7 34 0 10 124 3A 3F
Octal 311 150 327 7 64 0 20 444 72 77
Binary 11001001 1101000 11010111 111 110100 0 10000 100100100 111010 111111

Color Harmonies of #C968D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968D7

Black with #C968D7

Text Example


Text Example

White with #C968D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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