Html Css Color HEX #CA6BDA Orchid

📋 copy color: '#CA6BDA'

red 202 ◦ green 107 ◦ blue 218

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

Shades of Orchid #CA6BDA

Tints of Orchid #CA6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.3%

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

R = 38.33%
G = 20.3%
B = 41.37%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA6BDA (or 0xCA6BDA) is known color: Orchid. HEX triplet: CA, 6B and DA. RGB value is (202,107,218). Sum of RGB (Red+Green+Blue) = 202+107+218=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BDA is #359425. Grayscale: #939393. Windows color (decimal): -3511334 or 14314442. OLE color: 14314442.

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

Color convert

RGB 202 107 218 -
CMYK 0.07 0.51 0 0.15
HSL 291.35º 0.6% 0.64% -
HSV(B) 291.35º 0.51% 0.85% -
XYZ 42.27 28.13 69.53 -
YUV 148.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 202 107 218 0.07 0.51 0 0.15 291.35 0.6 0.64
Hex CA 6B DA 7 33 0 F 123 3C 40
Octal 312 153 332 7 63 0 17 443 74 100
Binary 11001010 1101011 11011010 111 110011 0 1111 100100011 111100 1000000

Color Harmonies of #CA6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BDA

Black with #CA6BDA

Text Example


Text Example

White with #CA6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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