Html Css Color HEX #C669CF Orchid

📋 copy color: '#C669CF'

red 198 ◦ green 105 ◦ blue 207

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

Shades of Orchid #C669CF

Tints of Orchid #C669CF

RGB

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

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

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

R = 38.82%
G = 20.59%
B = 40.59%

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

#C669CF (or 0xC669CF) is known color: Orchid. HEX triplet: C6, 69 and CF. RGB value is (198,105,207). Sum of RGB (Red+Green+Blue) = 198+105+207=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C669CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669CF is #399630. Grayscale: #909090. Windows color (decimal): -3774001 or 13593030. OLE color: 13593030.

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

Color convert

RGB 198 105 207 -
CMYK 0.04 0.49 0 0.19
HSL 294.71º 0.52% 0.61% -
HSV(B) 294.71º 0.49% 0.81% -
XYZ 39.6 26.61 62.08 -
YUV 144.44 163.31 166.21 -
System Red Green Blue C M Y K H S L
Decimal 198 105 207 0.04 0.49 0 0.19 294.71 0.52 0.61
Hex C6 69 CF 4 31 0 13 127 34 3D
Octal 306 151 317 4 61 0 23 447 64 75
Binary 11000110 1101001 11001111 100 110001 0 10011 100100111 110100 111101

Color Harmonies of #C669CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C669CF

Black with #C669CF

Text Example


Text Example

White with #C669CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C669CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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