Html Css Color HEX #C969CA Orchid

📋 copy color: '#C969CA'

red 201 ◦ green 105 ◦ blue 202

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

Shades of Orchid #C969CA

Tints of Orchid #C969CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 39.57%
G = 20.67%
B = 39.76%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C969CA (or 0xC969CA) is known color: Orchid. HEX triplet: C9, 69 and CA. RGB value is (201,105,202). Sum of RGB (Red+Green+Blue) = 201+105+202=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #C969CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969CA is #369635. Grayscale: #909090. Windows color (decimal): -3577398 or 13265353. OLE color: 13265353.

HSL color Cylindrical-coordinate representation of color #C969CA: hue angle of 299.38º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C969CA is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 105 202 -
CMYK 0.00 0.48 0 0.21
HSL 299.38º 0.48% 0.6% -
HSV(B) 299.38º 0.48% 0.79% -
XYZ 39.8 26.78 58.95 -
YUV 144.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 201 105 202 0.00 0.48 0 0.21 299.38 0.48 0.6
Hex C9 69 CA 0 30 0 15 12B 30 3C
Octal 311 151 312 0 60 0 25 453 60 74
Binary 11001001 1101001 11001010 0 110000 0 10101 100101011 110000 111100

Color Harmonies of #C969CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C969CA

Black with #C969CA

Text Example


Text Example

White with #C969CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C969CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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