Html Css Color HEX #C968CA Orchid

📋 copy color: '#C968CA'

red 201 ◦ green 104 ◦ blue 202

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

Shades of Orchid #C968CA

Tints of Orchid #C968CA

RGB

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

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

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

R = 39.64%
G = 20.51%
B = 39.84%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C968CA (or 0xC968CA) is known color: Orchid. HEX triplet: C9, 68 and CA. RGB value is (201,104,202). Sum of RGB (Red+Green+Blue) = 201+104+202=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #C968CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968CA is #369735. Grayscale: #8F8F8F. Windows color (decimal): -3577654 or 13265097. OLE color: 13265097.

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

Color convert

RGB 201 104 202 -
CMYK 0.00 0.49 0 0.21
HSL 299.39º 0.48% 0.6% -
HSV(B) 299.39º 0.49% 0.79% -
XYZ 39.7 26.58 58.92 -
YUV 144.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 201 104 202 0.00 0.49 0 0.21 299.39 0.48 0.6
Hex C9 68 CA 0 31 0 15 12B 30 3C
Octal 311 150 312 0 61 0 25 453 60 74
Binary 11001001 1101000 11001010 0 110001 0 10101 100101011 110000 111100

Color Harmonies of #C968CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C968CA

Black with #C968CA

Text Example


Text Example

White with #C968CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C968CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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