Html Css Color HEX #CA69CE Orchid

📋 copy color: '#CA69CE'

red 202 ◦ green 105 ◦ blue 206

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

Shades of Orchid #CA69CE

Tints of Orchid #CA69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 39.38%
G = 20.47%
B = 40.16%

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

#CA69CE (or 0xCA69CE) is known color: Orchid. HEX triplet: CA, 69 and CE. RGB value is (202,105,206). Sum of RGB (Red+Green+Blue) = 202+105+206=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69CE is #359631. Grayscale: #919191. Windows color (decimal): -3511858 or 13527498. OLE color: 13527498.

HSL color Cylindrical-coordinate representation of color #CA69CE: hue angle of 297.62º 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 #CA69CE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 105 206 -
CMYK 0.02 0.49 0 0.19
HSL 297.62º 0.51% 0.61% -
HSV(B) 297.62º 0.49% 0.81% -
XYZ 40.55 27.12 61.49 -
YUV 145.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 202 105 206 0.02 0.49 0 0.19 297.62 0.51 0.61
Hex CA 69 CE 2 31 0 13 12A 33 3D
Octal 312 151 316 2 61 0 23 452 63 75
Binary 11001010 1101001 11001110 10 110001 0 10011 100101010 110011 111101

Color Harmonies of #CA69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA69CE

Black with #CA69CE

Text Example


Text Example

White with #CA69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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