Html Css Color HEX #C969D7 Orchid

📋 copy color: '#C969D7'

red 201 ◦ green 105 ◦ blue 215

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

Shades of Orchid #C969D7

Tints of Orchid #C969D7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.15%

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

R = 38.58%
G = 20.15%
B = 41.27%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C969D7 (or 0xC969D7) is known color: Orchid. HEX triplet: C9, 69 and D7. RGB value is (201,105,215). Sum of RGB (Red+Green+Blue) = 201+105+215=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #C969D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969D7 is #369628. Grayscale: #919191. Windows color (decimal): -3577385 or 14117321. OLE color: 14117321.

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

Color convert

RGB 201 105 215 -
CMYK 0.07 0.51 0 0.16
HSL 292.36º 0.58% 0.63% -
HSV(B) 292.36º 0.51% 0.84% -
XYZ 41.4 27.43 67.4 -
YUV 146.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 201 105 215 0.07 0.51 0 0.16 292.36 0.58 0.63
Hex C9 69 D7 7 33 0 10 124 3A 3F
Octal 311 151 327 7 63 0 20 444 72 77
Binary 11001001 1101001 11010111 111 110011 0 10000 100100100 111010 111111

Color Harmonies of #C969D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969D7

Black with #C969D7

Text Example


Text Example

White with #C969D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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