Html Css Color HEX #CA65DF Medium Orchid

📋 copy color: '#CA65DF'

red 202 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #CA65DF

Tints of Medium Orchid #CA65DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.2%

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 38.4%
G = 19.2%
B = 42.4%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA65DF (or 0xCA65DF) is known color: Medium Orchid. HEX triplet: CA, 65 and DF. RGB value is (202,101,223). Sum of RGB (Red+Green+Blue) = 202+101+223=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65DF is #359A20. Grayscale: #909090. Windows color (decimal): -3512865 or 14640586. OLE color: 14640586.

HSL color Cylindrical-coordinate representation of color #CA65DF: hue angle of 289.67º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA65DF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 101 223 -
CMYK 0.09 0.55 0 0.13
HSL 289.67º 0.66% 0.64% -
HSV(B) 289.67º 0.55% 0.87% -
XYZ 42.33 27.19 72.83 -
YUV 145.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 202 101 223 0.09 0.55 0 0.13 289.67 0.66 0.64
Hex CA 65 DF 9 37 0 D 122 42 40
Octal 312 145 337 11 67 0 15 442 102 100
Binary 11001010 1100101 11011111 1001 110111 0 1101 100100010 1000010 1000000

Color Harmonies of #CA65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65DF

Black with #CA65DF

Text Example


Text Example

White with #CA65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65DF; }

 p { color: rgb(202,101,223); }

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

background-color css

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

 a { background-color: rgb(202,101,223); }

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

border-color css

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

 span { border-color: rgb(202,101,223); }

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