Html Css Color HEX #CA6FD8 Orchid

📋 copy color: '#CA6FD8'

red 202 ◦ green 111 ◦ blue 216

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

Shades of Orchid #CA6FD8

Tints of Orchid #CA6FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.83%

R = 38.19%
G = 20.98%
B = 40.83%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA6FD8 (or 0xCA6FD8) is known color: Orchid. HEX triplet: CA, 6F and D8. RGB value is (202,111,216). Sum of RGB (Red+Green+Blue) = 202+111+216=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FD8 is #359027. Grayscale: #959595. Windows color (decimal): -3510312 or 14184394. OLE color: 14184394.

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

Color convert

RGB 202 111 216 -
CMYK 0.06 0.49 0 0.15
HSL 292º 0.57% 0.64% -
HSV(B) 292º 0.49% 0.85% -
XYZ 42.44 28.88 68.3 -
YUV 150.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 202 111 216 0.06 0.49 0 0.15 292 0.57 0.64
Hex CA 6F D8 6 31 0 F 124 39 40
Octal 312 157 330 6 61 0 17 444 71 100
Binary 11001010 1101111 11011000 110 110001 0 1111 100100100 111001 1000000

Color Harmonies of #CA6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FD8

Black with #CA6FD8

Text Example


Text Example

White with #CA6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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