Html Css Color HEX #CA63D1 Orchid

📋 copy color: '#CA63D1'

red 202 ◦ green 99 ◦ blue 209

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

Shades of Orchid #CA63D1

Tints of Orchid #CA63D1

RGB

 RED value IS 202 (79.3% from 255) = 39.61%

 GREEN value IS 99 (39.06% from 255) = 19.41%

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 39.61%
G = 19.41%
B = 40.98%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA63D1 (or 0xCA63D1) is known color: Orchid. HEX triplet: CA, 63 and D1. RGB value is (202,99,209). Sum of RGB (Red+Green+Blue) = 202+99+209=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63D1 is #359C2E. Grayscale: #8E8E8E. Windows color (decimal): -3513391 or 13722570. OLE color: 13722570.

HSL color Cylindrical-coordinate representation of color #CA63D1: hue angle of 296.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA63D1 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 99 209 -
CMYK 0.03 0.53 0 0.18
HSL 296.18º 0.54% 0.6% -
HSV(B) 296.18º 0.53% 0.82% -
XYZ 40.33 26.08 63.23 -
YUV 142.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 202 99 209 0.03 0.53 0 0.18 296.18 0.54 0.6
Hex CA 63 D1 3 35 0 12 128 36 3C
Octal 312 143 321 3 65 0 22 450 66 74
Binary 11001010 1100011 11010001 11 110101 0 10010 100101000 110110 111100

Color Harmonies of #CA63D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63D1

Black with #CA63D1

Text Example


Text Example

White with #CA63D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63D1; }

 p { color: rgb(202,99,209); }

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

background-color css

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

 a { background-color: rgb(202,99,209); }

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

border-color css

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

 span { border-color: rgb(202,99,209); }

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