Html Css Color HEX #C669CE Orchid

📋 copy color: '#C669CE'

red 198 ◦ green 105 ◦ blue 206

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

Shades of Orchid #C669CE

Tints of Orchid #C669CE

RGB

 RED value IS 198 (77.73% from 255) = 38.9%

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

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

R = 38.9%
G = 20.63%
B = 40.47%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C669CE (or 0xC669CE) is known color: Orchid. HEX triplet: C6, 69 and CE. RGB value is (198,105,206). Sum of RGB (Red+Green+Blue) = 198+105+206=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #C669CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669CE is #399631. Grayscale: #909090. Windows color (decimal): -3774002 or 13527494. OLE color: 13527494.

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

Color convert

RGB 198 105 206 -
CMYK 0.04 0.49 0 0.19
HSL 295.25º 0.51% 0.61% -
HSV(B) 295.25º 0.49% 0.81% -
XYZ 39.48 26.57 61.44 -
YUV 144.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 198 105 206 0.04 0.49 0 0.19 295.25 0.51 0.61
Hex C6 69 CE 4 31 0 13 127 33 3D
Octal 306 151 316 4 61 0 23 447 63 75
Binary 11000110 1101001 11001110 100 110001 0 10011 100100111 110011 111101

Color Harmonies of #C669CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669CE

Black with #C669CE

Text Example


Text Example

White with #C669CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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