Html Css Color HEX #C67CCB Orchid

📋 copy color: '#C67CCB'

red 198 ◦ green 124 ◦ blue 203

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

Shades of Orchid #C67CCB

Tints of Orchid #C67CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.62%

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 37.71%
G = 23.62%
B = 38.67%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C67CCB (or 0xC67CCB) is known color: Orchid. HEX triplet: C6, 7C and CB. RGB value is (198,124,203). Sum of RGB (Red+Green+Blue) = 198+124+203=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C67CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CCB is #398334. Grayscale: #9A9A9A. Windows color (decimal): -3769141 or 13335750. OLE color: 13335750.

HSL color Cylindrical-coordinate representation of color #C67CCB: hue angle of 296.2º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67CCB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 124 203 -
CMYK 0.02 0.39 0 0.20
HSL 296.2º 0.43% 0.64% -
HSV(B) 296.2º 0.39% 0.8% -
XYZ 41.28 30.73 60.26 -
YUV 155.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 198 124 203 0.02 0.39 0 0.20 296.2 0.43 0.64
Hex C6 7C CB 2 27 0 14 128 2B 40
Octal 306 174 313 2 47 0 24 450 53 100
Binary 11000110 1111100 11001011 10 100111 0 10100 100101000 101011 1000000

Color Harmonies of #C67CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CCB

Black with #C67CCB

Text Example


Text Example

White with #C67CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CCB; }

 p { color: rgb(198,124,203); }

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

background-color css

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

 a { background-color: rgb(198,124,203); }

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

border-color css

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

 span { border-color: rgb(198,124,203); }

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