Html Css Color HEX #CA6FDA Orchid

📋 copy color: '#CA6FDA'

red 202 ◦ green 111 ◦ blue 218

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

Shades of Orchid #CA6FDA

Tints of Orchid #CA6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.9%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 38.04%
G = 20.9%
B = 41.05%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA6FDA (or 0xCA6FDA) is known color: Orchid. HEX triplet: CA, 6F and DA. RGB value is (202,111,218). Sum of RGB (Red+Green+Blue) = 202+111+218=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDA is #359025. Grayscale: #969696. Windows color (decimal): -3510310 or 14315466. OLE color: 14315466.

HSL color Cylindrical-coordinate representation of color #CA6FDA: hue angle of 291.03º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6FDA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 111 218 -
CMYK 0.07 0.49 0 0.15
HSL 291.03º 0.59% 0.65% -
HSV(B) 291.03º 0.49% 0.85% -
XYZ 42.7 28.99 69.67 -
YUV 150.41 166.15 164.8 -
System Red Green Blue C M Y K H S L
Decimal 202 111 218 0.07 0.49 0 0.15 291.03 0.59 0.65
Hex CA 6F DA 7 31 0 F 123 3B 41
Octal 312 157 332 7 61 0 17 443 73 101
Binary 11001010 1101111 11011010 111 110001 0 1111 100100011 111011 1000001

Color Harmonies of #CA6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FDA

Black with #CA6FDA

Text Example


Text Example

White with #CA6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FDA; }

 p { color: rgb(202,111,218); }

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

background-color css

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

 a { background-color: rgb(202,111,218); }

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

border-color css

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

 span { border-color: rgb(202,111,218); }

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