Html Css Color HEX #CA69D7 Orchid

📋 copy color: '#CA69D7'

red 202 ◦ green 105 ◦ blue 215

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

Shades of Orchid #CA69D7

Tints of Orchid #CA69D7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.11%

 BLUE value IS 215 (84.38% from 255) = 41.19%

R = 38.7%
G = 20.11%
B = 41.19%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA69D7 (or 0xCA69D7) is known color: Orchid. HEX triplet: CA, 69 and D7. RGB value is (202,105,215). Sum of RGB (Red+Green+Blue) = 202+105+215=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69D7 is #359628. Grayscale: #929292. Windows color (decimal): -3511849 or 14117322. OLE color: 14117322.

HSL color Cylindrical-coordinate representation of color #CA69D7: hue angle of 292.91º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA69D7 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 105 215 -
CMYK 0.06 0.51 0 0.16
HSL 292.91º 0.58% 0.63% -
HSV(B) 292.91º 0.51% 0.84% -
XYZ 41.67 27.57 67.41 -
YUV 146.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 202 105 215 0.06 0.51 0 0.16 292.91 0.58 0.63
Hex CA 69 D7 6 33 0 10 125 3A 3F
Octal 312 151 327 6 63 0 20 445 72 77
Binary 11001010 1101001 11010111 110 110011 0 10000 100100101 111010 111111

Color Harmonies of #CA69D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA69D7

Black with #CA69D7

Text Example


Text Example

White with #CA69D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA69D7; }

 p { color: rgb(202,105,215); }

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

background-color css

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

 a { background-color: rgb(202,105,215); }

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

border-color css

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

 span { border-color: rgb(202,105,215); }

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