Html Css Color HEX #CA6ACF Orchid

📋 copy color: '#CA6ACF'

red 202 ◦ green 106 ◦ blue 207

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

Shades of Orchid #CA6ACF

Tints of Orchid #CA6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.58%

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 39.22%
G = 20.58%
B = 40.19%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA6ACF (or 0xCA6ACF) is known color: Orchid. HEX triplet: CA, 6A and CF. RGB value is (202,106,207). Sum of RGB (Red+Green+Blue) = 202+106+207=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ACF is #359530. Grayscale: #919191. Windows color (decimal): -3511601 or 13593290. OLE color: 13593290.

HSL color Cylindrical-coordinate representation of color #CA6ACF: hue angle of 297.03º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6ACF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 106 207 -
CMYK 0.02 0.49 0 0.19
HSL 297.03º 0.51% 0.61% -
HSV(B) 297.03º 0.49% 0.81% -
XYZ 40.77 27.37 62.17 -
YUV 146.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 202 106 207 0.02 0.49 0 0.19 297.03 0.51 0.61
Hex CA 6A CF 2 31 0 13 129 33 3D
Octal 312 152 317 2 61 0 23 451 63 75
Binary 11001010 1101010 11001111 10 110001 0 10011 100101001 110011 111101

Color Harmonies of #CA6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ACF

Black with #CA6ACF

Text Example


Text Example

White with #CA6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ACF; }

 p { color: rgb(202,106,207); }

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

background-color css

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

 a { background-color: rgb(202,106,207); }

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

border-color css

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

 span { border-color: rgb(202,106,207); }

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