Html Css Color HEX #C670D3 Orchid

📋 copy color: '#C670D3'

red 198 ◦ green 112 ◦ blue 211

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

Shades of Orchid #C670D3

Tints of Orchid #C670D3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.5%

 BLUE value IS 211 (82.81% from 255) = 40.5%

R = 38%
G = 21.5%
B = 40.5%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C670D3 (or 0xC670D3) is known color: Orchid. HEX triplet: C6, 70 and D3. RGB value is (198,112,211). Sum of RGB (Red+Green+Blue) = 198+112+211=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #C670D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670D3 is #398F2C. Grayscale: #949494. Windows color (decimal): -3772205 or 13856966. OLE color: 13856966.

HSL color Cylindrical-coordinate representation of color #C670D3: hue angle of 292.12º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C670D3 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 112 211 -
CMYK 0.06 0.47 0 0.17
HSL 292.12º 0.53% 0.63% -
HSV(B) 292.12º 0.47% 0.83% -
XYZ 40.84 28.3 64.94 -
YUV 149 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 198 112 211 0.06 0.47 0 0.17 292.12 0.53 0.63
Hex C6 70 D3 6 2F 0 11 124 35 3F
Octal 306 160 323 6 57 0 21 444 65 77
Binary 11000110 1110000 11010011 110 101111 0 10001 100100100 110101 111111

Color Harmonies of #C670D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670D3

Black with #C670D3

Text Example


Text Example

White with #C670D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670D3; }

 p { color: rgb(198,112,211); }

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

background-color css

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

 a { background-color: rgb(198,112,211); }

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

border-color css

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

 span { border-color: rgb(198,112,211); }

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